projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eecbe54
)
Fix make install
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 16 Aug 2014 16:13:07 +0000
(12:13 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 16 Aug 2014 16:14:16 +0000
(12:14 -0400)
The path to gtk-update-icon-cache was set incorrectly in one case.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index f686808a4312a79dfa86ef8981c35feaa2ed45a9..f88c00863f02225a0cf458e92d6488ed0c7b77a9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-962,7
+962,7
@@
AS_IF([test "x$enable_gtk2_dependency" = xyes],
[# In native compiling case, the gtk-update-icon-cache installed
# is the same as the one used during build.
- GTK_UPDATE_ICON_CACHE="`cd $srcdir && pwd`/gtk/gtk
/gtk
-update-icon-cache$EXEEXT"
+ GTK_UPDATE_ICON_CACHE="`cd $srcdir && pwd`/gtk/gtk-update-icon-cache$EXEEXT"
AC_SUBST(GTK_UPDATE_ICON_CACHE)]
)